home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / mv.man < prev    next >
Text File  |  1988-12-29  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. MV                        User Commands                        MV
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      mv - move or rename files
  10.  
  11. SSYYNNOOPPSSIISS
  12.      mmvv [ --ii ] [ --ff ] [ -- ] file1 file2
  13.  
  14.      mmvv [ --ii ] [ --ff ] [ -- ] file ... directory
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      _M_v moves (changes the name of) _f_i_l_e_1 to _f_i_l_e_2.
  18.  
  19.      If _f_i_l_e_2 already exists, it is removed before _f_i_l_e_1 is
  20.      moved.  If _f_i_l_e_2 has a mode which forbids writing, _m_v prints
  21.      the mode (see _c_h_m_o_d(2)) and reads the standard input to
  22.      obtain a line; if the line begins with yy,, the move takes
  23.      place; if not, _m_v exits.
  24.  
  25.      In the second form, one or more _f_i_l_e_s (plain files or direc-
  26.      tories) are moved to the _d_i_r_e_c_t_o_r_y with their original
  27.      file-names.
  28.  
  29.      _M_v refuses to move a file onto itself.
  30.  
  31.      Options:
  32.  
  33.      --ii   stands for interactive mode. Whenever a move is to
  34.           supercede an existing file, the user is prompted by the
  35.           name of the file followed by a question mark. If he
  36.           answers with a line starting with 'y', the move contin-
  37.           ues. Any other reply prevents the move from occurring.
  38.  
  39.      --ff   stands for force. This option overrides any mode res-
  40.           trictions or the -i switch.
  41.  
  42.      --    means interpret all the following arguments to _m_v as
  43.           file names.  This allows file names starting with
  44.           minus.
  45.  
  46. SSEEEE AALLSSOO
  47.      cp(1), ln(1)
  48.  
  49. BBUUGGSS
  50.      If _f_i_l_e_1 and _f_i_l_e_2 lie on different file systems, _m_v must
  51.      copy the file and delete the original.  In this case the
  52.      owner name becomes that of the copying process and any link-
  53.      ing relationship with other files is lost.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 29, 1985                         1
  64.  
  65.  
  66.  
  67.